home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Sound / MUImp3 / MUImp3.readme < prev    next >
Text File  |  2000-05-09  |  2KB  |  82 lines

  1. Short:    MUI for Encode,mp3 with cdda,cdid support
  2. Author:   robin@amiganiac.de
  3. Uploader: robin@amiganiac.de
  4. Type:     mus/misc
  5. Required: MUIRexx,NCode,cdda,rexxtricks.library,MUI
  6. Replaces: mus/misc/MUImp3.lha
  7.  
  8. **** About ****
  9.  
  10. MUImp3 is a MUI for NCode which supports reading of
  11. cd-track using cdda . It's my way of style and I like
  12. it . The mpg-Tags are imported from CD-ID when possible.
  13. The UI is created using MUIRexx . So there are some
  14. limitations like missing Shortcuts (I dont know how;)
  15.  
  16. MUImp3 is Public-Domain use it at your own risk ...
  17. The prog is Arexx so have a look at it when you
  18. have problems.
  19.  
  20. v1.5 is direct piping cdda output to ncode ...
  21. I'm not sure what's the better solution ...
  22. Loading and then coding or both at same time ?
  23. ATM I like the piping ... Perhaps it will be
  24. removed later ...
  25.  
  26. There is no problem for redistribute better Versions
  27. when you comment your improvements with your email.
  28.  
  29. **** Features ****
  30.  
  31. MUI
  32. Easy import of cdda (When your CD is supported by cdda)
  33. CD-ID usage
  34.  
  35. **** Required ****
  36.  
  37. cdda    disk/cdrom/cdda.lha from mlelstv@serpens.swb.de
  38.  
  39. MUIRexx dev/mui/MUIRexx_3_0a.lha from Russell Leighton 
  40.  
  41. NCode is the encoder used with commercial NCodeR
  42. available from TitanComputer ... There is a
  43. 'slow' demo which can be downloaded
  44. from http://www.titancomputer.de
  45.  
  46. rexxtricks.library 38.6 (12.4.1996)
  47. Copyright (c) 1994,95 Jürgen Kohrmeyer
  48. rexxtricks.library is Freeware
  49.  
  50. Get the full archive from Aminet for more info
  51. util/rexx/RexxTricks_386.lha
  52.  
  53. ACDB from Piotr Gapinski/Gregory Donner
  54. disk/cdrom/acdb.lha
  55. ACDB requires Easyrexx.library for the
  56. Arexx-Port which is used by MUICDID
  57.  
  58. !!! Pipe: have to be mounted !!!
  59.  
  60. **** Files ****
  61. MUImp3/MUImp3
  62. MUImp3/MUImp3.rexx
  63. MUImp3/MUImp3.mmp
  64. MUImp3/MUICDID
  65. MUImp3/MUICDID.rexx
  66. MUImp3/MUICDID.mcd
  67. MUImp3/projects
  68. MUImp3/libs/rexxtricks.library
  69. MUImp3/libs/rexxtricks.readme
  70. MUImp3/libs/easyrexx.library
  71. MUImp3/docs/MUImp3.readme
  72.  
  73. **** History ****
  74.  
  75. v1.0 First Release 31.12.1999
  76. v1.1 Removed some filename bugs
  77. v1.2 Removed some Loop bugs,Added MUICDID
  78. v1.3 Removed MUI... crash (I hope) Aminet Release 16.01.2000
  79. v1.4 Removed wrong IDNr when first Track dont start with 0
  80.      Added CDDB-Support using ACDB
  81. v1.5 Redone the IO ... Now using Pipe
  82.